Html Css Color HEX #303017 Karaka

📋 copy color: '#303017'

red 48 ◦ green 48 ◦ blue 23

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

Shades of Karaka #303017

Tints of Karaka #303017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 40.34%
G = 40.34%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#303017 (or 0x303017) is known color: Karaka. HEX triplet: 30, 30 and 17. RGB value is (48,48,23). Sum of RGB (Red+Green+Blue) = 48+48+23=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303017 is #CFCFE8. Grayscale: #2D2D2D. Windows color (decimal): -13619177 or 1519664. OLE color: 1519664.

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

Color convert

RGB 48 48 23 -
CMYK 0 0 0.52 0.81
HSL 60º 0.35% 0.14% -
HSV(B) 60º 0.52% 0.19% -
XYZ 2.43 2.8 1.22 -
YUV 45.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 48 48 23 0 0 0.52 0.81 60 0.35 0.14
Hex 30 30 17 0 0 34 51 3C 23 E
Octal 60 60 27 0 0 64 121 74 43 16
Binary 110000 110000 10111 0 0 110100 1010001 111100 100011 1110

Color Harmonies of #303017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303017

Black with #303017

Text Example


Text Example

White with #303017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303017; }

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

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

background-color css

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

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

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

border-color css

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

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

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