Html Css Color HEX #253B33 Celtic

📋 copy color: '#253B33'

red 37 ◦ green 59 ◦ blue 51

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

Shades of Celtic #253B33

Tints of Celtic #253B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 51 (20.31% from 255) = 34.69%

R = 25.17%
G = 40.14%
B = 34.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#253B33 (or 0x253B33) is known color: Celtic. HEX triplet: 25, 3B and 33. RGB value is (37,59,51). Sum of RGB (Red+Green+Blue) = 37+59+51=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #253B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B33 is #DAC4CC. Grayscale: #333333. Windows color (decimal): -14337229 or 3357477. OLE color: 3357477.

HSL color Cylindrical-coordinate representation of color #253B33: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B33 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 59 51 -
CMYK 0.37 0 0.14 0.77
HSL 158.18º 0.23% 0.19% -
HSV(B) 158.18º 0.37% 0.23% -
XYZ 2.92 3.76 3.7 -
YUV 51.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 37 59 51 0.37 0 0.14 0.77 158.18 0.23 0.19
Hex 25 3B 33 25 0 E 4D 9E 17 13
Octal 45 73 63 45 0 16 115 236 27 23
Binary 100101 111011 110011 100101 0 1110 1001101 10011110 10111 10011

Color Harmonies of #253B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B33

Black with #253B33

Text Example


Text Example

White with #253B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253B33; }

 p { color: rgb(37,59,51); }

 H1.HeaderClassName
 {
   color: #253B33;
 }
 .AnyTagClassName
 {
   color: #253B33;
 }
</style>

background-color css

<style>
 a { background-color: #253B33; }

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

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

border-color css

<style>
 span { border-color: #253B33; }

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

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