Html Css Color HEX #253D33 Celtic

📋 copy color: '#253D33'

red 37 ◦ green 61 ◦ blue 51

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

Shades of Celtic #253D33

Tints of Celtic #253D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

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

R = 24.83%
G = 40.94%
B = 34.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#253D33 (or 0x253D33) is known color: Celtic. HEX triplet: 25, 3D and 33. RGB value is (37,61,51). Sum of RGB (Red+Green+Blue) = 37+61+51=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #253D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D33 is #DAC2CC. Grayscale: #343434. Windows color (decimal): -14336717 or 3357989. OLE color: 3357989.

HSL color Cylindrical-coordinate representation of color #253D33: hue angle of 155º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D33 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 51 -
CMYK 0.39 0 0.16 0.76
HSL 155º 0.24% 0.19% -
HSV(B) 155º 0.39% 0.24% -
XYZ 3.03 3.97 3.74 -
YUV 52.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 37 61 51 0.39 0 0.16 0.76 155 0.24 0.19
Hex 25 3D 33 27 0 10 4C 9B 18 13
Octal 45 75 63 47 0 20 114 233 30 23
Binary 100101 111101 110011 100111 0 10000 1001100 10011011 11000 10011

Color Harmonies of #253D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D33

Black with #253D33

Text Example


Text Example

White with #253D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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