Html Css Color HEX #302F1F Karaka

📋 copy color: '#302F1F'

red 48 ◦ green 47 ◦ blue 31

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

Shades of Karaka #302F1F

Tints of Karaka #302F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 38.1%
G = 37.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#302F1F (or 0x302F1F) is known color: Karaka. HEX triplet: 30, 2F and 1F. RGB value is (48,47,31). Sum of RGB (Red+Green+Blue) = 48+47+31=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F1F is #CFD0E0. Grayscale: #2D2D2D. Windows color (decimal): -13619425 or 2043696. OLE color: 2043696.

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

Color convert

RGB 48 47 31 -
CMYK 0 0.02 0.35 0.81
HSL 56.47º 0.22% 0.15% -
HSV(B) 56.47º 0.35% 0.19% -
XYZ 2.48 2.76 1.7 -
YUV 45.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 48 47 31 0 0.02 0.35 0.81 56.47 0.22 0.15
Hex 30 2F 1F 0 2 23 51 38 16 F
Octal 60 57 37 0 2 43 121 70 26 17
Binary 110000 101111 11111 0 10 100011 1010001 111000 10110 1111

Color Harmonies of #302F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F1F

Black with #302F1F

Text Example


Text Example

White with #302F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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