Html Css Color HEX #37371B Karaka

📋 copy color: '#37371B'

red 55 ◦ green 55 ◦ blue 27

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

Shades of Karaka #37371B

Tints of Karaka #37371B

RGB

 RED value IS 55 (21.88% from 255) = 40.15%

 GREEN value IS 55 (21.88% from 255) = 40.15%

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 40.15%
G = 40.15%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37371B (or 0x37371B) is known color: Karaka. HEX triplet: 37, 37 and 1B. RGB value is (55,55,27). Sum of RGB (Red+Green+Blue) = 55+55+27=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 55 - color contains mainly: red, green. Hex color #37371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37371B is #C8C8E4. Grayscale: #333333. Windows color (decimal): -13158629 or 1783607. OLE color: 1783607.

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

Color convert

RGB 55 55 27 -
CMYK 0 0 0.51 0.78
HSL 60º 0.34% 0.16% -
HSV(B) 60º 0.51% 0.22% -
XYZ 3.14 3.62 1.57 -
YUV 51.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 55 55 27 0 0 0.51 0.78 60 0.34 0.16
Hex 37 37 1B 0 0 33 4E 3C 22 10
Octal 67 67 33 0 0 63 116 74 42 20
Binary 110111 110111 11011 0 0 110011 1001110 111100 100010 10000

Color Harmonies of #37371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37371B

Black with #37371B

Text Example


Text Example

White with #37371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37371B; }

 p { color: rgb(55,55,27); }

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

background-color css

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

 a { background-color: rgb(55,55,27); }

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

border-color css

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

 span { border-color: rgb(55,55,27); }

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