Html Css Color HEX #30023F Blackcurrant

📋 copy color: '#30023F'

red 48 ◦ green 2 ◦ blue 63

#30023F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #30023F

Tints of Blackcurrant #30023F

RGB

 RED value IS 48 (19.14% from 255) = 42.48%

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 63 (25% from 255) = 55.75%

R = 42.48%
G = 1.77%
B = 55.75%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30023F (or 0x30023F) is known color: Blackcurrant. HEX triplet: 30, 02 and 3F. RGB value is (48,2,63). Sum of RGB (Red+Green+Blue) = 48+2+63=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #30023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023F is #CFFDC0. Grayscale: #161616. Windows color (decimal): -13630913 or 4129328. OLE color: 4129328.

HSL color Cylindrical-coordinate representation of color #30023F: hue angle of 285.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30023F is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 2 63 -
CMYK 0.24 0.97 0 0.75
HSL 285.25º 0.94% 0.13% -
HSV(B) 285.25º 0.97% 0.25% -
XYZ 2.14 1.03 4.79 -
YUV 22.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 48 2 63 0.24 0.97 0 0.75 285.25 0.94 0.13
Hex 30 2 3F 18 61 0 4B 11D 5E D
Octal 60 2 77 30 141 0 113 435 136 15
Binary 110000 10 111111 11000 1100001 0 1001011 100011101 1011110 1101

Color Harmonies of #30023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30023F

Black with #30023F

Text Example


Text Example

White with #30023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30023F; }

 p { color: rgb(48,2,63); }

 H1.HeaderClassName
 {
   color: #30023F;
 }
 .AnyTagClassName
 {
   color: #30023F;
 }
</style>

background-color css

<style>
 a { background-color: #30023F; }

 a { background-color: rgb(48,2,63); }

 div.DivClassName
 {
   background-color: #30023F;
 }
 .BgClassName
 {
   background-color: #30023F;
 }
</style>

border-color css

<style>
 span { border-color: #30023F; }

 span { border-color: rgb(48,2,63); }

 td.TdClassName
 {
   border-color: #30023F;
 }
 .TagClassName
 {
   border-color: #30023F;
 }
</style>