Html Css Color HEX #230F19 Blackberry

📋 copy color: '#230F19'

red 35 ◦ green 15 ◦ blue 25

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

Shades of Blackberry #230F19

Tints of Blackberry #230F19

RGB

 RED value IS 35 (14.06% from 255) = 46.67%

 GREEN value IS 15 (6.25% from 255) = 20%

 BLUE value IS 25 (10.16% from 255) = 33.33%

R = 46.67%
G = 20%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230F19 (or 0x230F19) is known color: Blackberry. HEX triplet: 23, 0F and 19. RGB value is (35,15,25). Sum of RGB (Red+Green+Blue) = 35+15+25=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F19 is #DCF0E6. Grayscale: #161616. Windows color (decimal): -14479591 or 1642275. OLE color: 1642275.

HSL color Cylindrical-coordinate representation of color #230F19: hue angle of 330º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F19 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 15 25 -
CMYK 0 0.57 0.29 0.86
HSL 330º 0.4% 0.1% -
HSV(B) 330º 0.57% 0.14% -
XYZ 1.04 0.77 1.01 -
YUV 22.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 35 15 25 0 0.57 0.29 0.86 330 0.4 0.1
Hex 23 F 19 0 39 1D 56 14A 28 A
Octal 43 17 31 0 71 35 126 512 50 12
Binary 100011 1111 11001 0 111001 11101 1010110 101001010 101000 1010

Color Harmonies of #230F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F19

Black with #230F19

Text Example


Text Example

White with #230F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F19; }

 p { color: rgb(35,15,25); }

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

background-color css

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

 a { background-color: rgb(35,15,25); }

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

border-color css

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

 span { border-color: rgb(35,15,25); }

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