Html Css Color HEX #251334 Blackcurrant

📋 copy color: '#251334'

red 37 ◦ green 19 ◦ blue 52

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

Shades of Blackcurrant #251334

Tints of Blackcurrant #251334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 34.26%
G = 17.59%
B = 48.15%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251334 (or 0x251334) is known color: Blackcurrant. HEX triplet: 25, 13 and 34. RGB value is (37,19,52). Sum of RGB (Red+Green+Blue) = 37+19+52=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #251334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251334 is #DAECCB. Grayscale: #1C1C1C. Windows color (decimal): -14347468 or 3412773. OLE color: 3412773.

HSL color Cylindrical-coordinate representation of color #251334: hue angle of 272.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251334 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 19 52 -
CMYK 0.29 0.63 0 0.80
HSL 272.73º 0.46% 0.14% -
HSV(B) 272.73º 0.63% 0.2% -
XYZ 1.62 1.11 3.38 -
YUV 28.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 37 19 52 0.29 0.63 0 0.80 272.73 0.46 0.14
Hex 25 13 34 1D 3F 0 50 111 2E E
Octal 45 23 64 35 77 0 120 421 56 16
Binary 100101 10011 110100 11101 111111 0 1010000 100010001 101110 1110

Color Harmonies of #251334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251334

Black with #251334

Text Example


Text Example

White with #251334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251334; }

 p { color: rgb(37,19,52); }

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

background-color css

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

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

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

border-color css

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

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

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