Html Css Color HEX #250C1A Blackberry

📋 copy color: '#250C1A'

red 37 ◦ green 12 ◦ blue 26

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

Shades of Blackberry #250C1A

Tints of Blackberry #250C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 49.33%
G = 16%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#250C1A (or 0x250C1A) is known color: Blackberry. HEX triplet: 25, 0C and 1A. RGB value is (37,12,26). Sum of RGB (Red+Green+Blue) = 37+12+26=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1A is #DAF3E5. Grayscale: #151515. Windows color (decimal): -14349286 or 1707045. OLE color: 1707045.

HSL color Cylindrical-coordinate representation of color #250C1A: hue angle of 326.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C1A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 26 -
CMYK 0 0.68 0.30 0.85
HSL 326.4º 0.51% 0.1% -
HSV(B) 326.4º 0.68% 0.15% -
XYZ 1.08 0.73 1.06 -
YUV 21.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 37 12 26 0 0.68 0.30 0.85 326.4 0.51 0.1
Hex 25 C 1A 0 44 1E 55 146 33 A
Octal 45 14 32 0 104 36 125 506 63 12
Binary 100101 1100 11010 0 1000100 11110 1010101 101000110 110011 1010

Color Harmonies of #250C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C1A

Black with #250C1A

Text Example


Text Example

White with #250C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C1A; }

 p { color: rgb(37,12,26); }

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

background-color css

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

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

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

border-color css

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

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

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