Html Css Color HEX #25251E Karaka

📋 copy color: '#25251E'

red 37 ◦ green 37 ◦ blue 30

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

Shades of Karaka #25251E

Tints of Karaka #25251E

RGB

 RED value IS 37 (14.84% from 255) = 35.58%

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 30 (12.11% from 255) = 28.85%

R = 35.58%
G = 35.58%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25251E (or 0x25251E) is known color: Karaka. HEX triplet: 25, 25 and 1E. RGB value is (37,37,30). Sum of RGB (Red+Green+Blue) = 37+37+30=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25251E is #DADAE1. Grayscale: #242424. Windows color (decimal): -14342882 or 1975589. OLE color: 1975589.

HSL color Cylindrical-coordinate representation of color #25251E: hue angle of 60º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25251E is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 37 30 -
CMYK 0 0 0.19 0.85
HSL 60º 0.1% 0.13% -
HSV(B) 60º 0.19% 0.15% -
XYZ 1.66 1.81 1.49 -
YUV 36.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 37 37 30 0 0 0.19 0.85 60 0.1 0.13
Hex 25 25 1E 0 0 13 55 3C A D
Octal 45 45 36 0 0 23 125 74 12 15
Binary 100101 100101 11110 0 0 10011 1010101 111100 1010 1101

Color Harmonies of #25251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25251E

Black with #25251E

Text Example


Text Example

White with #25251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25251E; }

 p { color: rgb(37,37,30); }

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

background-color css

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

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

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

border-color css

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

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

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