Html Css Color HEX #302F09 Karaka

📋 copy color: '#302F09'

red 48 ◦ green 47 ◦ blue 9

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

Shades of Karaka #302F09

Tints of Karaka #302F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 45.19%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 46.15%
G = 45.19%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#302F09 (or 0x302F09) is known color: Karaka. HEX triplet: 30, 2F and 09. RGB value is (48,47,9). Sum of RGB (Red+Green+Blue) = 48+47+9=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F09 is #CFD0F6. Grayscale: #2B2B2B. Windows color (decimal): -13619447 or 601904. OLE color: 601904.

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

Color convert

RGB 48 47 9 -
CMYK 0 0.02 0.81 0.81
HSL 58.46º 0.68% 0.11% -
HSV(B) 58.46º 0.81% 0.19% -
XYZ 2.28 2.68 0.66 -
YUV 42.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 48 47 9 0 0.02 0.81 0.81 58.46 0.68 0.11
Hex 30 2F 9 0 2 51 51 3A 44 B
Octal 60 57 11 0 2 121 121 72 104 13
Binary 110000 101111 1001 0 10 1010001 1010001 111010 1000100 1011

Color Harmonies of #302F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F09

Black with #302F09

Text Example


Text Example

White with #302F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,9); }

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

background-color css

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

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

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

border-color css

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

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

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