Html Css Color HEX #30213B Blackcurrant

📋 copy color: '#30213B'

red 48 ◦ green 33 ◦ blue 59

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

Shades of Blackcurrant #30213B

Tints of Blackcurrant #30213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 34.29%
G = 23.57%
B = 42.14%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30213B (or 0x30213B) is known color: Blackcurrant. HEX triplet: 30, 21 and 3B. RGB value is (48,33,59). Sum of RGB (Red+Green+Blue) = 48+33+59=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #30213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213B is #CFDEC4. Grayscale: #282828. Windows color (decimal): -13622981 or 3875120. OLE color: 3875120.

HSL color Cylindrical-coordinate representation of color #30213B: hue angle of 274.62º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30213B is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 33 59 -
CMYK 0.19 0.44 0 0.77
HSL 274.62º 0.28% 0.18% -
HSV(B) 274.62º 0.44% 0.23% -
XYZ 2.55 2.03 4.4 -
YUV 40.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 48 33 59 0.19 0.44 0 0.77 274.62 0.28 0.18
Hex 30 21 3B 13 2C 0 4D 113 1C 12
Octal 60 41 73 23 54 0 115 423 34 22
Binary 110000 100001 111011 10011 101100 0 1001101 100010011 11100 10010

Color Harmonies of #30213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30213B

Black with #30213B

Text Example


Text Example

White with #30213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30213B; }

 p { color: rgb(48,33,59); }

 H1.HeaderClassName
 {
   color: #30213B;
 }
 .AnyTagClassName
 {
   color: #30213B;
 }
</style>

background-color css

<style>
 a { background-color: #30213B; }

 a { background-color: rgb(48,33,59); }

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

border-color css

<style>
 span { border-color: #30213B; }

 span { border-color: rgb(48,33,59); }

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