Html Css Color HEX #380223 Blackberry

📋 copy color: '#380223'

red 56 ◦ green 2 ◦ blue 35

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

Shades of Blackberry #380223

Tints of Blackberry #380223

RGB

 RED value IS 56 (22.27% from 255) = 60.22%

 GREEN value IS 2 (1.17% from 255) = 2.15%

 BLUE value IS 35 (14.06% from 255) = 37.63%

R = 60.22%
G = 2.15%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#380223 (or 0x380223) is known color: Blackberry. HEX triplet: 38, 02 and 23. RGB value is (56,2,35). Sum of RGB (Red+Green+Blue) = 56+2+35=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380223 is #C7FDDC. Grayscale: #151515. Windows color (decimal): -13106653 or 2294328. OLE color: 2294328.

HSL color Cylindrical-coordinate representation of color #380223: hue angle of 323.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380223 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 2 35 -
CMYK 0 0.96 0.37 0.78
HSL 323.33º 0.93% 0.11% -
HSV(B) 323.33º 0.96% 0.22% -
XYZ 1.96 1.01 1.68 -
YUV 21.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 56 2 35 0 0.96 0.37 0.78 323.33 0.93 0.11
Hex 38 2 23 0 60 25 4E 143 5D B
Octal 70 2 43 0 140 45 116 503 135 13
Binary 111000 10 100011 0 1100000 100101 1001110 101000011 1011101 1011

Color Harmonies of #380223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380223

Black with #380223

Text Example


Text Example

White with #380223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380223; }

 p { color: rgb(56,2,35); }

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

background-color css

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

 a { background-color: rgb(56,2,35); }

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

border-color css

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

 span { border-color: rgb(56,2,35); }

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