Html Css Color HEX #302B34 Blackcurrant

📋 copy color: '#302B34'

red 48 ◦ green 43 ◦ blue 52

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

Shades of Blackcurrant #302B34

Tints of Blackcurrant #302B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 33.57%
G = 30.07%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302B34 (or 0x302B34) is known color: Blackcurrant. HEX triplet: 30, 2B and 34. RGB value is (48,43,52). Sum of RGB (Red+Green+Blue) = 48+43+52=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #302B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B34 is #CFD4CB. Grayscale: #2D2D2D. Windows color (decimal): -13620428 or 3418928. OLE color: 3418928.

HSL color Cylindrical-coordinate representation of color #302B34: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #302B34 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 43 52 -
CMYK 0.08 0.17 0 0.80
HSL 273.33º 0.09% 0.19% -
HSV(B) 273.33º 0.17% 0.2% -
XYZ 2.7 2.6 3.61 -
YUV 45.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 48 43 52 0.08 0.17 0 0.80 273.33 0.09 0.19
Hex 30 2B 34 8 11 0 50 111 9 13
Octal 60 53 64 10 21 0 120 421 11 23
Binary 110000 101011 110100 1000 10001 0 1010000 100010001 1001 10011

Color Harmonies of #302B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B34

Black with #302B34

Text Example


Text Example

White with #302B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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