Html Css Color HEX #302F25 Karaka

📋 copy color: '#302F25'

red 48 ◦ green 47 ◦ blue 37

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

Shades of Karaka #302F25

Tints of Karaka #302F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 36.36%
G = 35.61%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302F25 (or 0x302F25) is known color: Karaka. HEX triplet: 30, 2F and 25. RGB value is (48,47,37). Sum of RGB (Red+Green+Blue) = 48+47+37=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #302F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F25 is #CFD0DA. Grayscale: #2E2E2E. Windows color (decimal): -13619419 or 2436912. OLE color: 2436912.

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

Color convert

RGB 48 47 37 -
CMYK 0 0.02 0.23 0.81
HSL 54.55º 0.13% 0.17% -
HSV(B) 54.55º 0.23% 0.19% -
XYZ 2.57 2.79 2.15 -
YUV 46.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 48 47 37 0 0.02 0.23 0.81 54.55 0.13 0.17
Hex 30 2F 25 0 2 17 51 37 D 11
Octal 60 57 45 0 2 27 121 67 15 21
Binary 110000 101111 100101 0 10 10111 1010001 110111 1101 10001

Color Harmonies of #302F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F25

Black with #302F25

Text Example


Text Example

White with #302F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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