Html Css Color HEX #302B33 Blackcurrant

📋 copy color: '#302B33'

red 48 ◦ green 43 ◦ blue 51

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

Shades of Blackcurrant #302B33

Tints of Blackcurrant #302B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.28%

 BLUE value IS 51 (20.31% from 255) = 35.92%

R = 33.8%
G = 30.28%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#302B33 (or 0x302B33) is known color: Blackcurrant. HEX triplet: 30, 2B and 33. RGB value is (48,43,51). Sum of RGB (Red+Green+Blue) = 48+43+51=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 51 - color contains mainly: blue. Hex color #302B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B33 is #CFD4CC. Grayscale: #2D2D2D. Windows color (decimal): -13620429 or 3353392. OLE color: 3353392.

HSL color Cylindrical-coordinate representation of color #302B33: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #302B33 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 43 51 -
CMYK 0.06 0.16 0 0.8
HSL 277.5º 0.09% 0.18% -
HSV(B) 277.5º 0.16% 0.2% -
XYZ 2.68 2.6 3.49 -
YUV 45.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 48 43 51 0.06 0.16 0 0.8 277.5 0.09 0.18
Hex 30 2B 33 6 10 0 50 116 9 12
Octal 60 53 63 6 20 0 120 426 11 22
Binary 110000 101011 110011 110 10000 0 1010000 100010110 1001 10010

Color Harmonies of #302B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B33

Black with #302B33

Text Example


Text Example

White with #302B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B33; }

 p { color: rgb(48,43,51); }

 H1.HeaderClassName
 {
   color: #302B33;
 }
 .AnyTagClassName
 {
   color: #302B33;
 }
</style>

background-color css

<style>
 a { background-color: #302B33; }

 a { background-color: rgb(48,43,51); }

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

border-color css

<style>
 span { border-color: #302B33; }

 span { border-color: rgb(48,43,51); }

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