Html Css Color HEX #231019 Blackberry

📋 copy color: '#231019'

red 35 ◦ green 16 ◦ blue 25

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

Shades of Blackberry #231019

Tints of Blackberry #231019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.05%

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

R = 46.05%
G = 21.05%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231019 (or 0x231019) is known color: Blackberry. HEX triplet: 23, 10 and 19. RGB value is (35,16,25). Sum of RGB (Red+Green+Blue) = 35+16+25=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231019 is #DCEFE6. Grayscale: #161616. Windows color (decimal): -14479335 or 1642531. OLE color: 1642531.

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

Color convert

RGB 35 16 25 -
CMYK 0 0.54 0.29 0.86
HSL 331.58º 0.37% 0.1% -
HSV(B) 331.58º 0.54% 0.14% -
XYZ 1.05 0.8 1.02 -
YUV 22.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 35 16 25 0 0.54 0.29 0.86 331.58 0.37 0.1
Hex 23 10 19 0 36 1D 56 14C 25 A
Octal 43 20 31 0 66 35 126 514 45 12
Binary 100011 10000 11001 0 110110 11101 1010110 101001100 100101 1010

Color Harmonies of #231019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231019

Black with #231019

Text Example


Text Example

White with #231019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231019; }

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

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

background-color css

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

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

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

border-color css

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

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

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