Html Css Color HEX #303027 Karaka

📋 copy color: '#303027'

red 48 ◦ green 48 ◦ blue 39

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

Shades of Karaka #303027

Tints of Karaka #303027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 35.56%
G = 35.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#303027 (or 0x303027) is known color: Karaka. HEX triplet: 30, 30 and 27. RGB value is (48,48,39). Sum of RGB (Red+Green+Blue) = 48+48+39=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303027 is #CFCFD8. Grayscale: #2F2F2F. Windows color (decimal): -13619161 or 2568240. OLE color: 2568240.

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

Color convert

RGB 48 48 39 -
CMYK 0 0 0.19 0.81
HSL 60º 0.1% 0.17% -
HSV(B) 60º 0.19% 0.19% -
XYZ 2.64 2.89 2.34 -
YUV 46.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 48 48 39 0 0 0.19 0.81 60 0.1 0.17
Hex 30 30 27 0 0 13 51 3C A 11
Octal 60 60 47 0 0 23 121 74 12 21
Binary 110000 110000 100111 0 0 10011 1010001 111100 1010 10001

Color Harmonies of #303027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303027

Black with #303027

Text Example


Text Example

White with #303027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303027; }

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

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

background-color css

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

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

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

border-color css

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

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

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