Html Css Color HEX #303021 Karaka

📋 copy color: '#303021'

red 48 ◦ green 48 ◦ blue 33

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

Shades of Karaka #303021

Tints of Karaka #303021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 37.21%
G = 37.21%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#303021 (or 0x303021) is known color: Karaka. HEX triplet: 30, 30 and 21. RGB value is (48,48,33). Sum of RGB (Red+Green+Blue) = 48+48+33=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303021 is #CFCFDE. Grayscale: #2E2E2E. Windows color (decimal): -13619167 or 2175024. OLE color: 2175024.

HSL color Cylindrical-coordinate representation of color #303021: hue angle of 60º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303021 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 33 -
CMYK 0 0 0.31 0.81
HSL 60º 0.19% 0.16% -
HSV(B) 60º 0.31% 0.19% -
XYZ 2.55 2.85 1.85 -
YUV 46.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 48 48 33 0 0 0.31 0.81 60 0.19 0.16
Hex 30 30 21 0 0 1F 51 3C 13 10
Octal 60 60 41 0 0 37 121 74 23 20
Binary 110000 110000 100001 0 0 11111 1010001 111100 10011 10000

Color Harmonies of #303021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303021

Black with #303021

Text Example


Text Example

White with #303021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303021; }

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

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

background-color css

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

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

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

border-color css

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

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

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